home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / prodor31.arc / PROMAIN.XLT < prev    next >
Text File  |  1989-10-08  |  819b  |  29 lines

  1. ;
  2. ; PROMAIN.XLT - ProDoor command translation definition for MAIN command prompt
  3. ;               For ProDoor 3.1
  4. ;
  5. ; File format is:
  6. ;       level oldcommand newcommand
  7. ;
  8. ; List higher levels first.  Oldcommand is translated into newcommand
  9. ; if userlevel is >= level on first matching entry.
  10. ;
  11.  
  12. ;convert "S" into "DOOR 15" for all user levels
  13. ;convert "S1" through "S3" into "DOOR 15" through "DOOR 17" for all user levels
  14. 0,S,DOOR 15
  15. 0,S1,DOOR 15
  16. 0,S2,DOOR 16
  17. 0,S3,DOOR 17
  18.  
  19. ;display a message for LIB command
  20. 0,LIB," Sorry, we don't have a CD-ROM!
  21.  
  22. ;
  23. ; Special commands handy in translation:
  24. ;       " rest of line          ;display rest-of-line to user
  25. ;       > rest of line          ;display and LOG rest-of-line
  26. ;       < rest of line          ;LOG rest-of-line but display nothing
  27. ;
  28.  
  29.